@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
}

body img {
	margin-top: 20px;
	margin-left: 20px;
}

.Redes.sociales {
	width: 10%;
	float: right;
	z-index: 1;
}
.Navegacion {
	background-color: #F1F1F1;
	width: 100%;
	float: left;
	z-index: 1;
}
.Navegacion .nav {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #F1F1F1;
	float: left;
}
.Navegacion .nav:hover {
	background-color: #E5E5E5;
}

.Navegacion .nav >  li {
	width: 10%;
	float: left;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	margin-left: 70px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
.nav li ul {
	width: 190%;
	position: absolute;
	list-style-image: none;
	list-style-type: none;
	display: none;
}
.nav li:hover > ul {
	display: block;
}


li ul li {
	position: relative;
	border: 1px solid #E9E9E9;
	background-color: #F1F1F1;
	display: block;
}


li ul li ul {
	left: 100%;
	top: 0%;
	display: block;
}
#Encabezado {
	background-color: #10BBFE;
	width: 100%;
	height: 80px;
}
#Encabezado article {
    color: #FFFFFF;
	text-align: center;
	vertical-align: 20px;
	letter-spacing: 3px;
}

#Encabezado article p {
	height: 38px;
}

.imagen.principal {
	width: 45%;
	height: 240px;
	float: left;
	margin-top: 10px;
	margin-left: 25px;
}
#textoprincipal {
	width: 45%;
	float: right;
	margin-right: 90px;
	margin-top: 50px;
	height: 180px;
}

#Encabezado article {
	color: #FFFFFF;
	text-align: center;
	vertical-align: 20px;
	letter-spacing: 3px;
}
.texto.uno {
	width: 100%;
	margin-top: 300px;
	height: 230px;


}


.texto.uno article {
	width: 720px;
	height: 180px;
	margin-left: 40px;
}
.texto.uno article ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 10px;
}
.texto.uno div {
	width: 500px;
	height: 210px;
	float: right;
	margin-top: -200px;
	margin-right: 80px;
}
.texto.dos {
	width: 100%;
	height: 50px;
	margin-left: 25px;
}
.texto.tres {
	width: 100%;
	height: 230px;
}
.texto.tres #Izq {
	width: 40%;
	height: 150px;
	float: left;
	margin-left: 25px;
	margin-top: 30px;
}
.texto.tres #Der {
	width: 40%;
	height: 220px;
	float: right;
}
.texto.tres #Der ul {
	margin-left: 30px;
	list-style-type: disc;
}
.texto.cuatro {
	width: 100%;
	height: 320px;
}
.texto.cuatro #Izqdos {
	height: 300px;
	float: left;
	margin-left: 150px;
	width: 20%;
}
.texto.cuatro #Izqdos ul {
	margin-left: 30px;
	list-style-type: disc;
}
.texto.cuatro #Derdos {
	width: 500px;
	height: 300px;
	float: right;
	margin-right: 170px;
}
.textocinco {
	width: 100%;
	height: 250px;
}
.textocinco div table {
	margin-left: 250px;

}
.Pie.de.pagina {
	width: 100%;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}

.Pie.de.pagina h4 {
	color: #000000;
}
